home *** CD-ROM | disk | FTP | other *** search
- Path: redstone.interpath.net!mercury!softbase
- From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c
- Subject: Re: Help! C code under Win 3.11
- Date: 27 Feb 1996 14:09:27 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4gv3an$eh1@news.interpath.net>
- References: <4gko20$oha@earth.alpha.net>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Software Development Group (sdg@earth.execpc.com) wrote:
-
- : int ci_, i_, j_;
- : unsigned flags_;
- : Matrix *Mplhs_[32], *Mprhs_[32];
- : int nlhs_=1, nrhs_=0;
- : Matrix RM0_;
- : Matrix CM0_;
-
- If there's an award for horrible identifier names, this code
- ought to be nominated! Someone may have to read and try
- to understand this some day...
-
- Scott
-
-